/* ---- Type1 animation ---- */
.LabTop:hover .Type1 li:nth-of-type(1) {animation: Type1 0.2s ease-in-out forwards;animation-delay: 0.2s;}
.LabTop:hover .Type1 li:nth-of-type(2) {animation: Type1 0.2s ease-in-out forwards;animation-delay: 0.4s;}
.LabTop:hover .Type1 li:nth-of-type(3) {animation: Type1 0.2s ease-in-out forwards;animation-delay: 0.6s;}
.LabTop:hover .Type1 li:nth-of-type(4) {animation: Type1 0.2s ease-in-out forwards;animation-delay: 0.8s;}
.LabTop:hover .Type1 li:nth-of-type(5) {animation: Type1 0.2s ease-in-out forwards;animation-delay: 1.0s;}
.LabTop:hover .Type1 li:nth-of-type(6) {animation: Type1 0.2s ease-in-out forwards;animation-delay: 1.2s;}
.LabTop:hover .Type1 li:nth-of-type(7) {animation: Type1 0.2s ease-in-out forwards;animation-delay: 1.4s;}
.LabTop:hover .Type1 li:nth-of-type(8) {animation: Type1 0.2s ease-in-out forwards;animation-delay: 1.6s;}
.LabTop:hover .Type1 li:nth-of-type(9) {animation: Type1 0.2s ease-in-out forwards;animation-delay: 1.8s;}
.LabTop:hover .Type1 li:nth-of-type(10) {animation: Type1 0.2s ease-in-out forwards;animation-delay: 2.0s;}
.LabTop:hover .Type1 li:nth-of-type(11) {animation: Type1 0.2s ease-in-out forwards;animation-delay: 2.2s;}
.LabTop:hover .Type1 li:nth-of-type(12) {animation: Type1 0.2s ease-in-out forwards;animation-delay: 2.4s;}
@keyframes Type1 {
	from {opacity: 0;transform: translateX(30px) rotateY(90deg);}
	to {opacity: 1;transform: translateX(0) rotateY(0);}
}
/* ---- Type2 animation ---- */
.LabTop:hover .Type2 li:nth-of-type(1) {animation: Type2 0.2s ease-in-out forwards;animation-delay: 0.2s;}
.LabTop:hover .Type2 li:nth-of-type(2) {animation: Type2 0.2s ease-in-out forwards;animation-delay: 0.4s;}
.LabTop:hover .Type2 li:nth-of-type(3) {animation: Type2 0.2s ease-in-out forwards;animation-delay: 0.6s;}
.LabTop:hover .Type2 li:nth-of-type(4) {animation: Type2 0.2s ease-in-out forwards;animation-delay: 0.8s;}
.LabTop:hover .Type2 li:nth-of-type(5) {animation: Type2 0.2s ease-in-out forwards;animation-delay: 1.0s;}
.LabTop:hover .Type2 li:nth-of-type(6) {animation: Type2 0.2s ease-in-out forwards;animation-delay: 1.2s;}
.LabTop:hover .Type2 li:nth-of-type(7) {animation: Type2 0.2s ease-in-out forwards;animation-delay: 1.4s;}
.LabTop:hover .Type2 li:nth-of-type(8) {animation: Type2 0.2s ease-in-out forwards;animation-delay: 1.6s;}
.LabTop:hover .Type2 li:nth-of-type(9) {animation: Type2 0.2s ease-in-out forwards;animation-delay: 1.8s;}
.LabTop:hover .Type2 li:nth-of-type(10) {animation: Type2 0.2s ease-in-out forwards;animation-delay: 2.0s;}
.LabTop:hover .Type2 li:nth-of-type(11) {animation: Type2 0.2s ease-in-out forwards;animation-delay: 2.2s;}
.LabTop:hover .Type2 li:nth-of-type(12) {animation: Type2 0.2s ease-in-out forwards;animation-delay: 2.4s;}
@keyframes Type2 {
	0% {opacity: 0;transform: scale(0.7);}
	50% {opacity: 0.5;transform: scale(1.1);}
	100% { opacity: 1;transform: scale(1);}
}
/* ---- Type3 animation ---- */
.LabTop:hover .Type3 li:nth-of-type(1) {animation: Type3 0.2s ease-in-out forwards;animation-delay: 0.2s;}
.LabTop:hover .Type3 li:nth-of-type(2) {animation: Type3 0.2s ease-in-out forwards;animation-delay: 0.4s;}
.LabTop:hover .Type3 li:nth-of-type(3) {animation: Type3 0.2s ease-in-out forwards;animation-delay: 0.6s;}
.LabTop:hover .Type3 li:nth-of-type(4) {animation: Type3 0.2s ease-in-out forwards;animation-delay: 0.8s;}
.LabTop:hover .Type3 li:nth-of-type(5) {animation: Type3 0.2s ease-in-out forwards;animation-delay: 1.0s;}
.LabTop:hover .Type3 li:nth-of-type(6) {animation: Type3 0.2s ease-in-out forwards;animation-delay: 1.2s;}
.LabTop:hover .Type3 li:nth-of-type(7) {animation: Type3 0.2s ease-in-out forwards;animation-delay: 1.4s;}
.LabTop:hover .Type3 li:nth-of-type(8) {animation: Type3 0.2s ease-in-out forwards;animation-delay: 1.6s;}
.LabTop:hover .Type3 li:nth-of-type(9) {animation: Type3 0.2s ease-in-out forwards;animation-delay: 1.8s;}
.LabTop:hover .Type3 li:nth-of-type(10) {animation: Type3 0.2s ease-in-out forwards;animation-delay: 2.0s;}
.LabTop:hover .Type3 li:nth-of-type(11) {animation: Type3 0.2s ease-in-out forwards;animation-delay: 2.2s;}
.LabTop:hover .Type3 li:nth-of-type(12) {animation: Type3 0.2s ease-in-out forwards;animation-delay: 2.4s;}
@keyframes Type3 {
	0% {opacity: 0;transform: translateX(20px);}
	100% {opacity: 1;transform: translateX(0);}
}
/* ---- Type4 animation ---- */
.LabTop:hover .Type4 li:nth-of-type(1) {animation: Type4 0.2s ease-in-out forwards;animation-delay: 0.2s;}
.LabTop:hover .Type4 li:nth-of-type(2) {animation: Type4 0.2s ease-in-out forwards;animation-delay: 0.4s;}
.LabTop:hover .Type4 li:nth-of-type(3) {animation: Type4 0.2s ease-in-out forwards;animation-delay: 0.6s;}
.LabTop:hover .Type4 li:nth-of-type(4) {animation: Type4 0.2s ease-in-out forwards;animation-delay: 0.8s;}
.LabTop:hover .Type4 li:nth-of-type(5) {animation: Type4 0.2s ease-in-out forwards;animation-delay: 1.0s;}
.LabTop:hover .Type4 li:nth-of-type(6) {animation: Type4 0.2s ease-in-out forwards;animation-delay: 1.2s;}
.LabTop:hover .Type4 li:nth-of-type(7) {animation: Type4 0.2s ease-in-out forwards;animation-delay: 1.4s;}
.LabTop:hover .Type4 li:nth-of-type(8) {animation: Type4 0.2s ease-in-out forwards;animation-delay: 1.6s;}
.LabTop:hover .Type4 li:nth-of-type(9) {animation: Type4 0.2s ease-in-out forwards;animation-delay: 1.8s;}
.LabTop:hover .Type4 li:nth-of-type(10) {animation: Type4 0.2s ease-in-out forwards;animation-delay: 2.0s;}
.LabTop:hover .Type4 li:nth-of-type(11) {animation: Type4 0.2s ease-in-out forwards;animation-delay: 2.2s;}
.LabTop:hover .Type4 li:nth-of-type(12) {animation: Type4 0.2s ease-in-out forwards;animation-delay: 2.4s;}
@keyframes Type4 {
  0% {opacity: 0;transform: translateX(50px) rotate(-90deg);}
  100% {opacity: 1;transform: translateX(0) rotate(0);}
}
/* ---- Type5 animation ---- */
.LabTop:hover .Type5 li:nth-of-type(1) {animation: Type5 0.2s ease-in-out forwards;animation-delay: 0.2s;}
.LabTop:hover .Type5 li:nth-of-type(2) {animation: Type5 0.2s ease-in-out forwards;animation-delay: 0.4s;}
.LabTop:hover .Type5 li:nth-of-type(3) {animation: Type5 0.2s ease-in-out forwards;animation-delay: 0.6s;}
.LabTop:hover .Type5 li:nth-of-type(4) {animation: Type5 0.2s ease-in-out forwards;animation-delay: 0.8s;}
.LabTop:hover .Type5 li:nth-of-type(5) {animation: Type5 0.2s ease-in-out forwards;animation-delay: 1.0s;}
.LabTop:hover .Type5 li:nth-of-type(6) {animation: Type5 0.2s ease-in-out forwards;animation-delay: 1.2s;}
.LabTop:hover .Type5 li:nth-of-type(7) {animation: Type5 0.2s ease-in-out forwards;animation-delay: 1.4s;}
.LabTop:hover .Type5 li:nth-of-type(8) {animation: Type5 0.2s ease-in-out forwards;animation-delay: 1.6s;}
.LabTop:hover .Type5 li:nth-of-type(9) {animation: Type5 0.2s ease-in-out forwards;animation-delay: 1.8s;}
.LabTop:hover .Type5 li:nth-of-type(10) {animation: Type5 0.2s ease-in-out forwards;animation-delay: 2.0s;}
.LabTop:hover .Type5 li:nth-of-type(11) {animation: Type5 0.2s ease-in-out forwards;animation-delay: 2.2s;}
.LabTop:hover .Type5 li:nth-of-type(12) {animation: Type5 0.2s ease-in-out forwards;animation-delay: 2.4s;}
@keyframes Type5 {
  0% {opacity: 0;transform: rotateX(-90deg);}
  100% {opacity: 1;transform: rotateX(0);}
}
/* ---- Type6 animation ---- */
.LabTop:hover .Type6 li:nth-of-type(1) {animation: Type6 0.2s ease-in-out forwards;animation-delay: 0.2s;}
.LabTop:hover .Type6 li:nth-of-type(2) {animation: Type6 0.2s ease-in-out forwards;animation-delay: 0.4s;}
.LabTop:hover .Type6 li:nth-of-type(3) {animation: Type6 0.2s ease-in-out forwards;animation-delay: 0.6s;}
.LabTop:hover .Type6 li:nth-of-type(4) {animation: Type6 0.2s ease-in-out forwards;animation-delay: 0.8s;}
.LabTop:hover .Type6 li:nth-of-type(5) {animation: Type6 0.2s ease-in-out forwards;animation-delay: 1.0s;}
.LabTop:hover .Type6 li:nth-of-type(6) {animation: Type6 0.2s ease-in-out forwards;animation-delay: 1.2s;}
.LabTop:hover .Type6 li:nth-of-type(7) {animation: Type6 0.2s ease-in-out forwards;animation-delay: 1.4s;}
.LabTop:hover .Type6 li:nth-of-type(8) {animation: Type6 0.2s ease-in-out forwards;animation-delay: 1.6s;}
.LabTop:hover .Type6 li:nth-of-type(9) {animation: Type6 0.2s ease-in-out forwards;animation-delay: 1.8s;}
.LabTop:hover .Type6 li:nth-of-type(10) {animation: Type6 0.2s ease-in-out forwards;animation-delay: 2.0s;}
.LabTop:hover .Type6 li:nth-of-type(11) {animation: Type6 0.2s ease-in-out forwards;animation-delay: 2.2s;}
.LabTop:hover .Type6 li:nth-of-type(12) {animation: Type6 0.2s ease-in-out forwards;animation-delay: 2.4s;}
@keyframes Type6 {
    0% {opacity: 0;transform: scale(2);}
    100% {opacity: 1;transform: scale(1);}
}